    /* .footer-style1 .fo-box-left,
.footer-style1 .fo-box-right {

    min-height: 200px;

} */
    
    .fade-bottom-text {
        font-size: 100px;
        font-weight: 800;
        letter-spacing: 0;
        color: #ffffff;
        /* Bottom fade */
        -webkit-mask-image: linear-gradient(to bottom, black 20%, transparent 100%);
        mask-image: linear-gradient(to bottom, black 20%, transparent 100%);
    }
    
    .fade-lines {
        color: #fff;
        line-height: 1.1;
    }
    
    .fade-line {
        display: block;
        opacity: 1;
        transition: opacity 0.15s linear;
        will-change: opacity;
    }
    
    .about-title {
        position: relative;
        display: inline-block;
        z-index: 1;
    }
    
    .about-title::before {
        content: "";
        position: absolute;
        left: -20px;
        top: 50%;
        transform: translateY(-50%);
        width: 120%;
        height: 70%;
        background: radial-gradient(ellipse at left center, rgba(255, 255, 255, 0.18), transparent 70%);
        z-index: -1;
        pointer-events: none;
    }
    
    .expertise-line {
        color: #ffffff;
        line-height: 1.3;
    }
    
    .expertise-line .hl {
        color: rgba(255, 255, 255, 0.65);
    }
    
    .fade-bottom-text {
        font-size: 100px;
        font-weight: 800;
        letter-spacing: 0;
        color: #ffffff;
        /* Bottom fade */
        -webkit-mask-image: linear-gradient(to bottom, black 20%, transparent 100%);
        mask-image: linear-gradient(to bottom, black 20%, transparent 100%);
    }
    
    .fade-lines {
        color: #fff;
        line-height: 1.1;
    }
    
    .fade-line {
        display: block;
        opacity: 1;
        transition: opacity 0.15s linear;
        will-change: opacity;
    }
    
    .link-cta {
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        text-decoration: none;
    }
    /* arrow */
    
    .link-cta .arrow {
        transition: transform 0.3s ease;
    }
    /* hover state */
    
    .link-cta:hover::after {
        width: 100%;
    }
    
    .link-cta:hover .arrow {
        transform: translateX(6px);
    }
    
    .link-cta {
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        text-decoration: none;
    }
    
    .link-cta::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -4px;
        width: 0;
        height: 2px;
        background: currentColor;
        transition: width 0.3s ease;
    }
    
    .link-cta .arrow {
        transition: transform 0.3s ease;
    }
    
    .link-cta:hover::after {
        width: 100%;
    }
    
    .link-cta:hover .arrow {
        transform: translateX(6px);
    }
    
    @media (max-width: 576px) {
        .hero-style2 .main-box:after {
            display: none;
        }
        .hero-style2 .main-box {
            height: 100%;
            padding: 40px 28px;
        }
        .news img {
            width: 25px;
        }
        .news h3 {
            font-size: 25px;
        }
        .mt-110 {
            margin-top: 110px;
        }
        .sm-pt-20 {
            padding-top: 20px;
        }
        .sm-pt-50 {
            padding-top: 50px;
        }
        .sm-pb-50 {
            padding-bottom: 50px !important;
        }
        .sm-pb-40 {
            padding-bottom: 40px !important;
        }
        .sm-pb-0 {
            padding-bottom: 0px !important;
        }
        .sec-head,
        .stack-title {
            position: static !important;
            top: auto !important;
        }
    }
    
    .footer-style1 {
        z-index: 9;
        position: relative;
    }
    
    .map-wrapper {
        position: relative;
    }
    
    .map-wrapper img {
        width: 100%;
        display: block;
    }
    
    .map-marker {
        position: absolute;
        transform: translate(-50%, -50%);
        z-index: 10;
    }
    
    .map-dot {
        width: 14px;
        height: 14px;
        background: #22c55e;
        border-radius: 50%;
        display: block;
        position: relative;
        box-shadow: 0 0 15px #22c55e;
    }
    
    .map-dot:before,
    .map-dot:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        border: 2px solid #22c55e;
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }
    
    .map-dot:before {
        width: 25px;
        height: 25px;
        animation: pulse 2s infinite;
    }
    
    .map-dot:after {
        width: 40px;
        height: 40px;
        animation: pulse 2s infinite .8s;
    }
    
    .country-label {
        position: absolute;
        left: 22px;
        top: -8px;
        background: #111;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        padding: 4px 10px;
        border-radius: 20px;
        white-space: nowrap;
        border: 1px solid rgba(255, 255, 255, .15);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    }
    
    @keyframes pulse {
        0% {
            transform: translate(-50%, -50%) scale(.5);
            opacity: 1;
        }
        100% {
            transform: translate(-50%, -50%) scale(2);
            opacity: 0;
        }
    }
    /* Positions */
    
    .canada {
        top: 26%;
        left: 23%;
    }
    
    .usa {
        top: 40%;
        left: 27%;
    }
    
    .uk {
        top: 35%;
        left: 47%;
    }
    
    .uk .country-label {
        left: 22px;
        top: -30px;
    }
    /* Ireland */
    
    .ireland {
        top: 33.5%;
        left: 44.5%;
    }
    
    .ireland .country-label {
        left: -121px;
        top: -20px;
    }
    
    .austria {
        top: 40%;
        left: 54%;
    }
    
    .uae {
        top: 49%;
        left: 61%;
    }
    
    .india {
        top: 52%;
        left: 68%;
    }
    
    .mauritius {
        top: 69%;
        left: 62%;
    }
    
    .australia {
        top: 75%;
        left: 84%;
    }
    
    .country-label {
        position: absolute;
        left: 24px;
        top: -16px;
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 8px 14px;
        background: rgba(255, 255, 255, 0.12);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 50px;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: .5px;
        white-space: nowrap;
        box-shadow: 0 8px 25px rgba(0, 0, 0, .15), 0 0 15px rgba(201, 243, 29, .15);
        transition: all .35s ease;
    }
    /* Mobile */
    
    @media(max-width:768px) {
        .country-label {
            font-size: 10px;
            padding: 3px 8px;
        }
        .map-dot {
            width: 10px;
            height: 10px;
        }
    }
    
    .map-marker:hover .map-dot {
        background: #2563eb;
        box-shadow: 0 0 25px #2563eb;
    }
    
    .map-marker:hover .country-label {
        transform: translateY(-5px) scale(1.05);
        /* background: #c9f31d; */
        color: #000;
        /* box-shadow: 0 10px 30px rgba(201, 243, 29, .4), 0 0 25px rgba(201, 243, 29, .5); */
    }
    
    .country-label {
        animation: floatTag 3s ease-in-out infinite;
    }
    
    @keyframes floatTag {
        0%,
        100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-4px);
        }
    }
    
    .country-label {
        background: linear-gradient( 135deg, #7c5cff, #00c6ff);
        color: #fff;
        border: 1px solid rgba(255, 255, 255, .12);
    }
    
    .country-label:hover {
        transform: translateY(-2px);
        border-color: rgba(255, 255, 255, 0.25);
        box-shadow: 0 15px 35px rgba(124, 92, 255, 0.25);
    }
    /* =========================
   Mobile Responsive <=600px
========================= */
    
    @media (max-width: 600px) {
        .country-label {
            font-size: 11px;
            padding: 3px 7px;
            border-radius: 20px;
            letter-spacing: 0;
        }
        .country-label img {
            width: 15px !important;
            height: 15px !important;
            min-width: 15px !important;
            border-radius: 50%;
            object-fit: cover;
            border: 1px solid rgba(255, 255, 255, .4);
            display: block;
        }
        .country-label {
            display: flex;
            align-items: center;
            gap: 3px;
            padding: 2px 4px !important;
            line-height: 1;
        }
        .map-dot {
            width: 5px;
            height: 5px;
        }
        .map-dot:before {
            width: 16px;
            height: 16px;
        }
        .map-dot:after {
            width: 24px;
            height: 24px;
        }
        .canada .country-label {
            left: -73px;
            top: -9px;
        }
        .usa .country-label {
            left: 6px;
            top: 11px;
        }
        .ireland .country-label {
            left: -68px;
            top: -18px;
        }
        .uk .country-label {
            left: -6px;
            top: -24px;
        }
        .austria .country-label {
            left: 11px;
            top: -21px;
        }
        .uae .country-label {
            left: 10px;
            top: -14px;
        }
        .india .country-label {
            left: 10px;
            top: -8px;
        }
        .mauritius .country-label {
            left: -82px;
            top: 11px;
        }
        .australia .country-label {
            left: -4px;
            top: 19px;
        }
        /* Marker position adjustments */
        .canada {
            left: 21%;
            top: 20%;
        }
        .usa {
            left: 25%;
            top: 43%;
        }
        .ireland {
            left: 43%;
            top: 34%;
        }
        .uk {
            left: 46%;
            top: 33%;
        }
        .austria {
            left: 54%;
            top: 40%;
        }
        .uae {
            left: 61%;
            top: 49%;
        }
        .india {
            left: 68%;
            top: 57%;
        }
        .mauritius {
            left: 63%;
            top: 67%;
        }
        .australia {
            left: 80%;
            top: 79%;
        }
    }
    
    @media (max-width: 600px) {
        .country-label {
            display: none;
        }
    }
    
    @media (max-width:575px) {}
    /* ===============================
   Technology Ecosystem Premium
================================ */
    /* ====================================
   TECHNOLOGY ECOSYSTEM
==================================== */
    
    .ecosystem-wrapper {
        position: relative;
        max-width: 880px;
        height: 780px;
        margin: auto;
    }
    /* Center Image */
    
    .center-hub {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
    }
    
    .hub-circle {
        width: 320px;
        height: 320px;
        border-radius: 50%;
        overflow: hidden;
        border: 4px solid #c9f31d;
        box-shadow: 0 0 40px rgba(201, 243, 29, .3), 0 0 80px rgba(201, 243, 29, .15);
    }
    
    .hub-circle img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    /* Orbit Ring */
    
    .ecosystem-wrapper:before {
        content: '';
        position: absolute;
        width: 620px;
        height: 620px;
        border: 1px dashed rgba(201, 243, 29, .25);
        border-radius: 50%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    /* Tech Cards */
    
    .tech-node {
        position: absolute;
        width: 140px;
        height: 140px;
        background: #111;
        border-radius: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 2px solid #c9f31d;
        transition: .4s;
        box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
    }
    
    .tech-node:hover {
        transform: translateY(-10px) scale(1.08);
        border-color: #c9f31d;
    }
    
    .tech-node img {
        width: 55px;
        height: 55px;
        object-fit: contain;
        margin-bottom: 12px;
    }
    
    .tech-node span {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
    }
    /* Positions */
    
    .node1 {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .node2 {
        top: 120px;
        left: 140px;
    }
    
    .node3 {
        top: 120px;
        right: 140px;
    }
    
    .node4 {
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
    }
    
    .node5 {
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }
    
    .node6 {
        bottom: 120px;
        left: 140px;
    }
    
    .node7 {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .node8 {
        bottom: 120px;
        right: 140px;
    }
    /* Floating Animation */
    
    .tech-node:nth-child(even) {
        animation: float1 5s ease-in-out infinite;
    }
    
    .tech-node:nth-child(odd) {
        animation: float2 6s ease-in-out infinite;
    }
    
    @keyframes float1 {
        50% {
            transform: translateY(-12px);
        }
    }
    
    @keyframes float2 {
        50% {
            transform: translateY(12px);
        }
    }
    
    @media(max-width:991px) {
        .ecosystem-wrapper {
            height: auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 15px;
        }
        .ecosystem-wrapper:before {
            display: none;
        }
        .center-hub {
            position: relative;
            top: auto;
            left: auto;
            transform: none;
            width: 100%;
            margin-bottom: 30px;
        }
        .hub-circle {
            width: 220px;
            height: 220px;
            margin: auto;
        }
        .tech-node {
            position: relative !important;
            top: auto !important;
            left: auto !important;
            right: auto !important;
            bottom: auto !important;
            transform: none !important;
            width: 140px;
            height: 140px;
        }
    }
    
    @media(max-width:600px) {
        .hub-circle {
            width: 180px;
            height: 180px;
        }
        .tech-node {
            width: 120px;
            height: 120px;
        }
        .tech-node img {
            width: 42px;
            height: 42px;
        }
        .tech-node span {
            font-size: 13px;
        }
    }
    /* ==========================================
   AGENCY PARTNERS HERO SECTION
   Premium Light Modern UI
========================================== */
    
    body.light .agency-partners-hero {
        position: relative;
        overflow: hidden;
        padding: 110px 0 120px;
        background: radial-gradient(circle at top left, rgba(108, 99, 255, .12), transparent 35%), radial-gradient(circle at bottom right, rgba(0, 198, 255, .10), transparent 35%), linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    }
    
    @media(max-width:600px) {
        body.light .agency-partners-hero {
            position: relative;
            overflow: hidden;
            padding: 110px 0 55px;
            background: radial-gradient(circle at top left, rgba(108, 99, 255, .12), transparent 35%), radial-gradient(circle at bottom right, rgba(0, 198, 255, .10), transparent 35%), linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
        }
    }
    
    body.dark .agency-partners-hero {
        position: relative;
        overflow: hidden;
        padding: 110px 0 120px;
        background: radial-gradient(circle at top left, rgba(124, 92, 255, 0.18), transparent 35%), radial-gradient(circle at bottom right, rgba(0, 212, 255, 0.12), transparent 35%), linear-gradient(135deg, #0b0f19 0%, #111827 50%, #0b0f19 100%);
    }
    
    @media(max-width:600px) {
        body.dark .agency-partners-hero {
            position: relative;
            overflow: hidden;
            padding: 110px 0 55px;
            background: radial-gradient(circle at top left, rgba(124, 92, 255, 0.18), transparent 35%), radial-gradient(circle at bottom right, rgba(0, 212, 255, 0.12), transparent 35%), linear-gradient(135deg, #0b0f19 0%, #111827 50%, #0b0f19 100%);
        }
    }
    /* Floating Background Shapes */
    
    .hero-shape {
        position: absolute;
        border-radius: 50%;
        pointer-events: none;
    }
    
    .shape-1 {
        width: 350px;
        height: 350px;
        background: #6c63ff;
        top: -120px;
        left: -120px;
        opacity: .08;
        filter: blur(100px);
        animation: float1 8s infinite alternate ease-in-out;
    }
    
    .shape-2 {
        width: 400px;
        height: 400px;
        background: #00c6ff;
        bottom: -150px;
        right: -150px;
        opacity: .08;
        filter: blur(100px);
        animation: float2 10s infinite alternate ease-in-out;
    }
    
    @keyframes float1 {
        from {
            transform: translateY(0);
        }
        to {
            transform: translateY(50px);
        }
    }
    
    @keyframes float2 {
        from {
            transform: translateY(0);
        }
        to {
            transform: translateY(-50px);
        }
    }
    /* Content */
    
    .hero-content {
        position: relative;
        z-index: 2;
        max-width: 900px;
        margin: auto;
        text-align: center;
    }
    /* Badge */
    
    .hero-badge {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 12px 25px;
        border-radius: 50px;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .06);
        box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
        color: #222;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 30px;
    }
    
    .hero-badge i {
        color: #6c63ff;
    }
    /* Heading */
    
    .agency-partners-hero h1 {
        font-size: 72px;
        line-height: 1.1;
        font-weight: 800;
        color: #151515;
        margin-bottom: 25px;
        letter-spacing: -2px;
    }
    
    .agency-partners-hero h1 span {
        background: linear-gradient( 135deg, #6c63ff, #00c6ff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    /* Paragraph */
    
    .agency-partners-hero p {
        max-width: 720px;
        margin: 0 auto 45px;
        font-size: 18px;
        line-height: 1.8;
        color: #6b7280;
    }
    /* Buttons */
    
    .hero-btns {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }
    
    .btn-primary,
    .btn-secondary {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 18px 40px;
        border-radius: 60px;
        text-decoration: none;
        font-weight: 700;
        transition: .4s ease;
        overflow: hidden;
    }
    /* Primary Button */
    
    .btn-primary {
        color: #fff;
        background: linear-gradient( 135deg, #6c63ff, #00c6ff);
        box-shadow: 0 15px 40px rgba(108, 99, 255, .25);
    }
    
    .btn-primary:hover {
        transform: translateY(-5px);
        box-shadow: 0 25px 50px rgba(108, 99, 255, .35);
    }
    /* Secondary Button */
    
    .btn-secondary {
        color: #222;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .08);
        box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
    }
    
    .btn-secondary:hover {
        background: #111827;
        color: #fff;
        transform: translateY(-5px);
    }
    /* Stats Card */
    
    .hero-stats {
        margin-top: 70px;
        max-width: 850px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        gap: 20px;
        padding: 35px;
        border-radius: 30px;
        background: rgba(255, 255, 255, .85);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(0, 0, 0, .05);
        box-shadow: 0 25px 60px rgba(0, 0, 0, .05);
    }
    
    .stat-item {
        flex: 1;
        min-width: 180px;
    }
    
    .stat-item h3 {
        font-size: 42px;
        font-weight: 800;
        margin-bottom: 8px;
        color: #111827;
    }
    
    .stat-item span {
        font-size: 15px;
        color: #6b7280;
    }
    /* Decorative Circle */
    
    .hero-stats:before {
        content: '';
        position: absolute;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: linear-gradient( 135deg, rgba(108, 99, 255, .08), rgba(0, 198, 255, .08));
        filter: blur(20px);
        top: -40px;
        right: 50px;
    }
    /* Responsive */
    
    @media(max-width:1200px) {
        .agency-partners-hero h1 {
            font-size: 60px;
        }
    }
    
    @media(max-width:991px) {
        .agency-partners-hero {
            padding: 140px 0 90px;
        }
        .agency-partners-hero h1 {
            font-size: 50px;
        }
        .hero-stats {
            gap: 30px;
        }
    }
    
    @media(max-width:767px) {
        .agency-partners-hero {
            padding: 120px 0 80px;
        }
        .agency-partners-hero h1 {
            font-size: 36px;
            letter-spacing: -1px;
        }
        .agency-partners-hero p {
            font-size: 16px;
            line-height: 1.7;
        }
        .hero-btns {
            flex-direction: column;
            align-items: center;
        }
        .btn-primary,
        .btn-secondary {
            width: 100%;
            max-width: 280px;
        }
        .hero-stats {
            padding: 25px;
        }
        .stat-item {
            width: 100%;
        }
        .stat-item h3 {
            font-size: 32px;
        }
    }
    
    .tech-stack-section {
        padding: 100px 0;
        overflow: hidden;
    }
    
    @media(max-width:767px) {
        .tech-stack-section {
            padding: 40px 0;
            overflow: hidden;
        }
    }
    
    .section-header {
        text-align: center;
        max-width: 750px;
        margin: 0 auto 60px;
    }
    
    .sub-title {
        display: inline-block;
        padding: 8px 20px;
        border-radius: 30px;
        background: #f3f5ff;
        color: #6c63ff;
        font-weight: 600;
        margin-bottom: 15px;
    }
    
    .section-header h2 {
        font-size: 50px;
        font-weight: 800;
        margin-bottom: 15px;
        color: #111827;
    }
    
    .section-header p {
        color: #6b7280;
        line-height: 1.8;
    }
    /* Slider */
    
    .tech-slider {
        overflow: hidden;
        margin-bottom: 25px;
    }
    
    .tech-track {
        display: flex;
        width: max-content;
        gap: 20px;
        margin-top: 12px;
        animation: scrollLeft 35s linear infinite;
    }
    
    .reverse .tech-track {
        animation: scrollRight 35s linear infinite;
    }
    
    body.light .tech-card {
        min-width: 180px;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: 18px;
        font-size: 20px;
        font-weight: 700;
        color: #111827;
        border: 1px solid rgba(0, 0, 0, .06);
        box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
        transition: .3s;
    }
    
    body.light .tech-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(108, 99, 255, .15);
        border-color: #6c63ff;
    }
    
    body.dark .tech-card {
        min-width: 180px;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #1f2937, #111827);
        border: 1px solid rgba(255, 255, 255, .08);
        border-radius: 18px;
        color: #fff;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
        transition: .3s;
    }
    
    body.dark .tech-card:hover {
        transform: translateY(-5px);
        border-color: #7c5cff;
    }
    
    @keyframes scrollLeft {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(-50%);
        }
    }
    
    @keyframes scrollRight {
        from {
            transform: translateX(-50%);
        }
        to {
            transform: translateX(0);
        }
    }
    
    @media(max-width:768px) {
        .section-header h2 {
            font-size: 34px;
        }
        .tech-card {
            min-width: 140px;
            height: 75px;
            font-size: 16px;
        }
    }
    
    .tech-card {
        gap: 12px;
    }
    
    .tech-card img {
        width: 32px;
        height: 32px;
        object-fit: contain;
    }
    
    .feature-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .feature-list li {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 18px;
        font-size: 16px;
        font-weight: 500;
        color: #0e0c0c;
        transition: all .3s ease;
    }
    
    .feature-list li:last-child {
        margin-bottom: 0;
    }
    
    .feature-list li i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.08);
        color: #8b5cf6;
        font-size: 14px;
        flex-shrink: 0;
    }
    
    .feature-list li:hover {
        transform: translateX(8px);
        color: #fff;
    }
    
    .modern-contact-box {
        background: #f8f9fc;
        padding: 45px;
        border-radius: 30px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, .06);
        position: relative;
        overflow: hidden;
    }
    
    .modern-contact-box:before {
        content: '';
        position: absolute;
        width: 350px;
        height: 350px;
        border-radius: 50%;
        background: #8b5cf6;
        opacity: .05;
        top: -150px;
        right: -150px;
        filter: blur(80px);
    }
    
    .modern-title {
        font-size: 50px;
        font-weight: 800;
        color: #111;
        margin: 0;
        letter-spacing: -2px;
    }
    
    .modern-desc {
        font-size: 18px;
        line-height: 1.8;
        color: #555;
    }
    
    .modern-contact-form {
        margin-top: 15px;
    }
    
    .modern-field {
        margin-bottom: 35px;
    }
    
    .modern-field label {
        display: block;
        font-size: 15px;
        font-weight: 600;
        color: #222;
        margin-bottom: 12px;
    }
    
    .modern-field label span {
        color: red;
    }
    
    .modern-field label small {
        color: #999;
        font-weight: 400;
    }
    
    .modern-field input,
    .modern-field textarea {
        width: 100%;
        border: none;
        border-bottom: 1px solid #ddd;
        background: transparent;
        padding: 0 0 18px;
        font-size: 18px;
        transition: .3s;
    }
    
    .modern-field input:focus,
    .modern-field textarea:focus {
        outline: none;
        border-color: #8b5cf6;
    }
    
    .modern-submit-btn {
        border: none;
        background: linear-gradient(135deg, #a78bfa, #8b5cf6);
        border-radius: 60px;
        color: #fff;
        display: inline-flex;
        align-items: center;
        padding: 6px 6px 6px 30px;
        font-weight: 600;
        gap: 20px;
        transition: .4s;
    }
    
    .modern-submit-btn .btn-circle {
        width: 45px;
        height: 45px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .modern-submit-btn .btn-circle i {
        color: #111;
    }
    
    .modern-submit-btn:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(139, 92, 246, .25);
    }
    
    .modern-field select {
        width: 100%;
        border: none;
        border-bottom: 1px solid #ddd;
        background: transparent;
        padding: 0 0 18px;
        font-size: 18px;
        color: #222;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        transition: .3s;
    }
    
    .modern-field select:focus {
        outline: none;
        border-bottom-color: #8b5cf6;
    }
    
    .modern-field select option {
        color: #222;
        background: #fff;
    }
    
    .select-field {
        position: relative;
    }
    
    .select-field::after {
        content: "\f107";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        right: 0;
        bottom: 18px;
        color: #888;
        pointer-events: none;
        font-size: 14px;
    }
    
    .select-field select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-right: 30px;
    }
    
    @media(max-width:991px) {
        .modern-contact-box {
            padding: 40px;
        }
        .modern-title {
            font-size: 50px;
            margin-bottom: 20px;
        }
    }
    
    @media(max-width:767px) {
        .modern-contact-box {
            padding: 30px 20px;
        }
        .modern-title {
            font-size: 38px;
        }
        .modern-desc {
            font-size: 16px;
        }
    }
    
    .agency-partner-section {
        position: relative;
        padding: 120px 0;
        overflow: hidden;
    }
    
    .agency-partner-section::before {
        content: '';
        position: absolute;
        width: 500px;
        height: 500px;
        right: -150px;
        top: -150px;
        border-radius: 50%;
        background: rgba(93, 109, 255, .08);
        filter: blur(120px);
    }
    
    .partner-heading {
        max-width: 800px;
        margin: 0 auto 80px;
    }
    
    .partner-heading .sub-title {
        display: inline-block;
        color: var(--theme-color);
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }
    
    .partner-heading h2 {
        font-size: 60px;
        font-weight: 800;
        margin-bottom: 20px;
    }
    
    .partner-heading p {
        font-size: 18px;
        opacity: .8;
    }
    
    .partner-highlight {
        background: linear-gradient( 135deg, var(--theme-color), #131313);
        border-radius: 35px;
        padding: 70px;
        position: relative;
        overflow: hidden;
    }
    
    .partner-highlight::after {
        content: '';
        position: absolute;
        width: 250px;
        height: 250px;
        border-radius: 50%;
        background: rgba(255, 255, 255, .08);
        top: -80px;
        right: -80px;
    }
    
    .big-number {
        font-size: 120px;
        line-height: 1;
        font-weight: 900;
        color: #fff;
        margin-bottom: 15px;
    }
    
    .partner-highlight h3 {
        font-size: 36px;
        font-weight: 800;
        margin-bottom: 20px;
        color: #fff;
    }
    
    .agency-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 30px;
    }
    
    .agency-tags span {
        padding: 10px 18px;
        border-radius: 50px;
        background: rgba(255, 255, 255, .12);
        color: #fff;
        font-size: 14px;
        transition: .3s;
    }
    
    .agency-tags span:hover {
        transform: translateY(-3px);
        background: #fff;
        color: #111;
    }
    
    .benefits-list {
        padding-left: 30px;
    }
    
    .partner-benefit {
        display: flex;
        gap: 20px;
        padding: 22px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
        transition: .3s;
    }
    
    .partner-benefit:last-child {
        border-bottom: none;
    }
    
    .partner-benefit:hover {
        padding-left: 15px;
        border-color: var(--theme-color);
    }
    
    .partner-benefit .icon {
        min-width: 60px;
        width: 60px;
        height: 60px;
        border-radius: 18px;
        background: rgba(93, 109, 255, .15);
        color: var(--theme-color);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        transition: .3s;
    }
    
    .partner-benefit:hover .icon {
        background: var(--theme-color);
        color: #fff;
        transform: rotate(-8deg);
    }
    
    .partner-benefit h4 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 8px;
    }
    
    .partner-benefit p {
        margin: 0;
        opacity: .75;
    }
    
    .partner-highlight {
        background: linear-gradient(135deg, #0f6fff 0%, #0052d4 100%);
    }
    /* Icon */
    
    .partner-benefit .icon {
        background: rgba(14, 165, 233, 0.15);
        /* Light Blue */
        color: #0f6fff;
    }
    /* Icon Hover */
    
    .partner-benefit:hover .icon {
        background: #0f6fff;
        color: #fff;
    }
    /* Heading & Hover Text */
    
    .partner-heading .sub-title,
    .partner-benefit:hover {
        color: #0f6fff;
    }
    /* Tags Hover */
    
    .agency-tags span:hover {
        background: #0f6fff;
        color: #fff;
    }
    
    .agency-partner-section::before {
        background: rgba(99, 102, 241, .15);
    }
    
    @media(max-width:991px) {
        .partner-heading h2 {
            font-size: 42px;
        }
        .benefits-list {
            padding-left: 0;
            margin-top: 40px;
        }
        .big-number {
            font-size: 90px;
        }
    }
    
    @media(max-width:767px) {
        .agency-partner-section {
            padding: 50px 0;
        }
        .partner-heading h2 {
            font-size: 34px;
        }
        .partner-highlight {
            padding: 30px;
        }
        .partner-highlight h3 {
            font-size: 28px;
        }
        .big-number {
            font-size: 70px;
        }
        .partner-benefit {
            gap: 15px;
        }
        .partner-benefit h4 {
            font-size: 18px;
        }
        .partner-benefit .icon {
            width: 50px;
            height: 50px;
            min-width: 50px;
            font-size: 18px;
        }
    }
    
    .agency-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 30px;
    }
    
    .agency-tags span {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px 18px;
        border-radius: 50px;
        background: rgba(255, 255, 255, .12);
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        transition: .3s;
        border: 1px solid rgba(255, 255, 255, .08);
    }
    
    .agency-tags span i {
        font-size: 15px;
        color: #fff;
    }
    
    .agency-tags span:hover {
        transform: translateY(-4px);
        background: var(--theme-color);
        border-color: var(--theme-color);
    }
    
    .agency-tags span:hover i {
        transform: rotate(-10deg);
    }
    
    .clients-showcase {
        padding: 120px 0;
        background: linear-gradient(135deg, #081120, #0f1b34);
        position: relative;
        overflow: hidden;
    }
    
    .section-header {
        text-align: center;
        margin-bottom: 60px;
    }
    
    .section-header .sub-title {
        color: #7c5cff;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    
    .section-header h2 {
        color: #fff;
        font-size: 48px;
        font-weight: 700;
        margin: 15px 0;
    }
    
    .section-header p {
        color: #94a3b8;
        max-width: 600px;
        margin: auto;
    }
    
    .industry-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    
    .industry-card {
        background: rgba(255, 255, 255, 0.04);
        backdrop-filter: blur(15px);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 24px;
        padding: 35px;
        transition: .4s;
        position: relative;
    }
    
    .industry-card:hover {
        transform: translateY(-10px);
        border-color: #7c5cff;
        box-shadow: 0 20px 40px rgba(124, 92, 255, .25);
    }
    
    .industry-icon {
        width: 70px;
        height: 70px;
        background: linear-gradient(135deg, #06b6d4, #2563eb);
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    
    .industry-icon i {
        color: #fff;
        font-size: 28px;
    }
    
    .industry-card h4 {
        color: #fff;
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    .client-logos {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
        margin-top: 20px;
    }
    
    .client-logos img {
        width: 100%;
        height: 90px;
        object-fit: contain;
        background: #fff;
        border-radius: 12px;
        padding: 15px;
    }
    
    .client-logos img:hover {
        transform: scale(1.05);
    }
    
    @media(max-width:991px) {
        .industry-grid {
            grid-template-columns: repeat(2, 1fr);
        }
        .section-header h2 {
            font-size: 38px;
        }
    }
    
    @media(max-width:767px) {
        .industry-grid {
            grid-template-columns: 1fr;
        }
        .section-header h2 {
            font-size: 30px;
        }
    }
    
    .process-card {
        position: relative;
        overflow: hidden;
    }
    
    .process-icon {
        position: absolute;
        right: 15px;
        bottom: 15px;
        font-size: 67px;
        color: #00C6FF;
        z-index: 1;
        transition: all .4s ease;
    }
    
    .process-card:hover .process-icon {
        opacity: .15;
        transform: scale(1.08);
    }
    
    .process-card .number,
    .process-card h4,
    .process-card p {
        position: relative;
        z-index: 2;
    }
    
    .country-label {
        display: flex;
        align-items: center;
        gap: 3px;
        padding: 3px 10px;
        line-height: 1;
    }
    
    .country-label img {
        width: 30px;
        height: 30px;
        min-width: 30px;
        border-radius: 50%;
        object-fit: cover;
        border: 1px solid rgba(255, 255, 255, .4);
        display: block;
    }
    
    .country-label span,
    .country-label {
        vertical-align: middle;
    }
    
    .blur-bg2 {
        background: #1f1f1f1f !important;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 20px;
    }
    
    .blur-bg2 h2 {
        font-size: 90px;
    }
    
    .logo-p {
        position: relative;
        z-index: 9999;
    }
    
    .cat {
        width: fit-content;
        padding: 27px 100px !important;
        margin: 0px auto;
    }
    
    .logo-item {
        text-align: center;
        opacity: 0;
        transform: translateY(80px) scale(.8);
        transition: all .8s ease;
    }
    
    .logo-item img {
        width: 180px;
        max-width: 100%;
        /* filter: grayscale(100%); */
        transition: .4s ease;
    }
    
    .logo-item:hover img {
        filter: grayscale(0);
        transform: scale(1.08);
    }
    /* Scroll Animation */
    
    .logo-item.show {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    /* Zig-Zag Layout */
    
    .offset-top {
        margin-top: 0;
    }
    
    .offset-down {
        margin-top: 90px;
    }
    
    .offset-top2 {
        margin-top: -40px;
    }
    
    .offset-down2 {
        margin-top: 130px;
    }
    /* Responsive */
    
    @media(max-width:991px) {
        .offset-top,
        .offset-down,
        .offset-top2,
        .offset-down2 {
            margin-top: 20px;
        }
        .logo-item {
            margin-bottom: 40px;
        }
    }
    
    @media(max-width:576px) {
        .logo-item img {
            width: 130px;
        }
        .offset-top,
        .offset-down,
        .offset-top2,
        .offset-down2 {
            margin-top: 15px;
        }
        .blur-font {
            font-size: 40px !important;
        }
        .cat {
            width: fit-content;
            padding: 27px 32px !important;
            margin: 0px auto;
        }
    }
    
    .client .fade-bottom-text {
        color: #ffffff2e;
    }
    
    .dropdown-toggle::after {
        color: white;
    }
    
    @media (min-width:1300px) and (max-width:1500px) {
        .navbar .navbar-nav .nav-link {
            padding: 18px 9px 14px 9px;
            margin: 0px 7px;
            font-size: 13px;
        }
    }
    
    @media (min-width:1000px) and (max-width:1299px) {
        .navbar .navbar-nav .nav-link {
            padding: 18px 8px 14px 8px;
            margin: 0px 7px;
            font-size: 12px;
        }
    }
    
    .m-project {
        border-radius: 11px;
        margin-bottom: 11px;
    }
    
    .h5-project {
        font-family: 'Teko';
        font-size: 26px;
    }
    
    .mobile-s .accordion-style2 .accordion-item {
        background: rgb(185 185 185 / 19%);
        overflow: hidden;
    }
    
    .bg-m {
        background: linear-gradient(135deg, #2563EB 0%, #0EA5E9 100%) !important;
        overflow: hidden;
    }
    
    .accordion-style2 .accordion-item h6 {
        font-family: 'Teko';
        font-size: 24px;
    }
    
    @media(max-width:576px) {
        .feature-item i {
            width: 14%;
        }
    }
    /* ===================================
   Agency Partnership Process
=================================== */
    
    .agency-process {
        position: relative;
        overflow: hidden;
    }
    
    .agency-process .sub-title {
        display: inline-block;
        color: #c9f31d;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }
    
    .agency-process h2 {
        font-size: 70px;
        line-height: 1.1;
        font-weight: 700;
        margin-bottom: 20px;
    }
    
    .agency-process .sec-head p {
        max-width: 650px;
        margin: auto;
        opacity: .7;
    }
    
    .process-card {
        position: relative;
        background: rgba(11, 99, 206, 0.18);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 30px;
        padding: 45px;
        height: 100%;
        overflow: hidden;
        transition: .4s ease;
        box-shadow: 0 8px 32px rgba(0, 0, 0, .15), inset 0 1px 0 rgba(255, 255, 255, .15);
    }
    
    .process-card:before {
        content: '';
        position: absolute;
        top: -100px;
        right: -100px;
        width: 220px;
        height: 220px;
        background: radial-gradient( circle, rgba(29, 145, 255, .18) 0%, rgba(29, 145, 255, 0) 70%);
        border-radius: 50%;
        transition: .4s;
    }
    
    .process-card:hover {
        transform: translateY(-12px);
        border-color: #5A0068;
    }
    
    .process-card:hover:before {
        transform: scale(1.3);
    }
    
    .process-card .number {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        background: linear-gradient(135deg, #0077FF 0%, #42A5F5 100%);
        color: #000;
        font-size: 24px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
    }
    
    .process-card h4 {
        font-size: 28px;
        margin-bottom: 15px;
        color: #110707;
    }
    
    .process-card p {
        color: #fff !important;
        line-height: 1.8;
        margin-bottom: 0;
    }
    /* .process-card.active {
            background: linear-gradient(135deg,
                    rgba(201, 243, 29, .18),
                    #111111 45%);
            border-color: rgba(201, 243, 29, .3);
        } */
    /* Connector line */
    
    .process-card:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 45px;
        width: 60px;
        height: 3px;
        background: #0F172A;
    }
    /* Hover Effect */
    
    .process-card:hover .number {
        transform: rotate(8deg);
        transition: .4s;
    }
    /* Responsive */
    
    @media (max-width: 991px) {
        .agency-process h2 {
            font-size: 48px;
        }
        .process-card {
            padding: 35px;
        }
        .process-card h4 {
            font-size: 24px;
        }
    }
    
    .process {
        margin-bottom: 15px;
    }
    
    @media (max-width:767px) {
        .agency-process h2 {
            font-size: 36px;
        }
        .process-card {
            padding: 28px;
            border-radius: 20px;
        }
        .process-card .number {
            width: 60px;
            height: 60px;
            font-size: 20px;
        }
        .process-card h4 {
            font-size: 22px;
        }
        .agency-process {
            position: relative;
            overflow: hidden;
            padding-bottom: 60px;
        }
    }
    
    .global-cta {
        position: relative;
        display: flex;
        align-items: center;
        gap: 20px;
        margin-top: 45px;
        padding: 22px 28px;
        border-radius: 20px;
        overflow: hidden;
        background: rgba(255, 255, 255, .75);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(14, 165, 233, .15);
        box-shadow: 0 15px 40px rgba(15, 23, 42, .08), inset 0 1px 0 rgba(255, 255, 255, .7);
        transition: .4s;
    }
    
    .global-cta:hover {
        transform: translateY(-5px);
        box-shadow: 0 25px 60px rgba(14, 165, 233, .18);
    }
    
    .global-cta::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(109, 94, 245, .08), rgba(14, 165, 233, .08), rgba(16, 185, 129, .08));
        pointer-events: none;
    }
    
    .cta-icon {
        width: 70px;
        height: 70px;
        min-width: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 18px;
        background: linear-gradient(135deg, #6D5EF5, #0EA5E9);
        color: #fff;
        font-size: 28px;
        box-shadow: 0 10px 25px rgba(14, 165, 233, .3);
    }
    
    .cta-content {
        flex: 1;
        position: relative;
        z-index: 2;
    }
    
    .cta-content h5 {
        font-size: 24px;
        font-weight: 700;
        color: #0F172A;
        margin-bottom: 8px;
    }
    
    .cta-content p {
        margin: 0;
        font-size: 16px;
        color: #64748B;
        line-height: 1.7;
    }
    
    .cta-btn {
        position: relative;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 14px 28px;
        border-radius: 14px;
        background: linear-gradient(135deg, #0EA5E9, #10B981);
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        transition: .35s;
    }
    
    .cta-btn:hover {
        color: #fff;
        transform: translateY(-2px);
        background: linear-gradient(135deg, #6D5EF5, #0EA5E9);
    }
    /* Animated Border */
    
    .global-cta::after {
        content: '';
        position: absolute;
        inset: -2px;
        border-radius: 22px;
        padding: 2px;
        background: linear-gradient( 90deg, #6D5EF5, #0EA5E9, #10B981, #6D5EF5);
        background-size: 300%;
        animation: borderMove 6s linear infinite;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
    }
    
    @keyframes borderMove {
        0% {
            background-position: 0%;
        }
        100% {
            background-position: 300%;
        }
    }
    /******** Mobile ********/
    
    @media(max-width:991px) {
        .global-cta {
            flex-direction: column;
            text-align: center;
            padding: 25px 20px;
        }
        .cta-icon {
            width: 65px;
            height: 65px;
            font-size: 24px;
        }
        .cta-content h5 {
            font-size: 22px;
        }
        .cta-content p {
            font-size: 15px;
        }
        .cta-btn {
            width: 100%;
            margin-top: 10px;
        }
    }
    
    @media(max-width:575px) {
        .global-cta {
            padding: 20px 18px;
            border-radius: 16px;
        }
        .cta-content h5 {
            font-size: 20px;
        }
        .cta-content p {
            font-size: 14px;
        }
        .cta-icon {
            width: 58px;
            height: 58px;
            min-width: 58px;
            font-size: 22px;
        }
        .cta-btn {
            padding: 12px 20px;
            font-size: 15px;
        }
    }
    
    body.light .service-cta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        margin-top: 35px;
        padding: 18px 30px;
        background: #fff;
        border: 1px solid #e8eef8;
        border-radius: 14px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, .06);
    }
    
    body.dark .service-cta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        margin-top: 35px;
        padding: 18px 30px;
        background: linear-gradient(135deg, #7C6CFF, #38BDF8) !important;
        border: 1px solid #e8eef8;
        border-radius: 14px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, .06);
    }
    
    .service-cta p {
        margin: 0;
        font-size: 18px;
        font-weight: 500;
        color: #1E293B;
    }
    
    .service-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 12px 24px;
        border-radius: 10px;
        text-decoration: none;
        color: #fff;
        font-weight: 600;
        background: linear-gradient(135deg, #0EA5E9, #10B981);
        transition: .3s;
    }
    
    .service-btn:hover {
        color: #fff;
        transform: translateY(-2px);
        background: linear-gradient(135deg, #6D5EF5, #0EA5E9);
    }
    
    .service-btn i {
        transition: .3s;
    }
    
    .service-btn:hover i {
        transform: translateX(5px);
    }
    /* Tablet */
    
    .service-btn-1 {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 12px 24px;
        border-radius: 10px;
        text-decoration: none;
        color: #fff;
        font-weight: 600;
        background: linear-gradient(135deg, #0EA5E9, #10B981);
        transition: .3s;
    }
    
    .service-btn-1:hover {
        color: #fff;
        transform: translateY(-2px);
        background: linear-gradient(135deg, #6D5EF5, #0EA5E9);
    }
    
    .service-btn-1 i {
        transition: .3s;
    }
    
    .service-btn-1:hover i {
        transform: translateX(5px);
    }
    /* Tablet */
    
    @media(max-width:991px) {
        .service-cta {
            flex-direction: column;
            text-align: center;
            padding: 20px;
        }
    }
    /* Mobile */
    
    @media(max-width:576px) {
        .service-cta {
            padding: 18px;
            gap: 15px;
        }
        .service-cta p {
            font-size: 16px;
        }
        .service-btn {
            width: 100%;
            justify-content: center;
        }
    }
    /* .sub-title {
        font-size: 20px;
        font-weight: 700;
        color: #0EA5E9;
        margin-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
    } */
    /* .heading-reveal {
        font-size: 80px;
        font-weight: 800;
        line-height: 1.05;
        margin: 0;
    } */
    
    .title-slide,
    .heading-slide {
        opacity: 0;
        transform: translateX(-80px);
        filter: blur(8px);
        transition: all .9s cubic-bezier(.22, 1, .36, 1);
    }
    
    .title-slide.show,
    .heading-slide.show {
        opacity: 1;
        transform: translateX(0);
        filter: blur(0);
    }
    
    .heading-slide {
        transition-delay: .2s;
    }
    /* Optional underline animation */
    
    .title-slide {
        position: relative;
        display: inline-block;
    }
    
    .title-slide::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 0;
        height: 3px;
        background: linear-gradient(90deg, #6D5EF5, #0EA5E9, #10B981);
        transition: width .8s ease;
    }
    
    .title-slide.show::after {
        width: 100%;
    }
    
    .connect-section {
        max-width: 600px;
        margin: auto;
    }
    
    .connect-section .sub-title {
        display: inline-block;
        color: #0B63CE;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .connect-section h2 {
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 15px;
    }
    
    .connect-section p {
        color: #666;
        margin-bottom: 30px;
        font-size: 17px;
        line-height: 1.7;
    }
    
    .theme-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 14px 34px;
        background: #0B63CE;
        color: #fff;
        border-radius: 50px;
        text-decoration: none;
        transition: .3s;
    }
    
    .theme-btn:hover {
        background: #084ea6;
        color: #fff;
        transform: translateY(-3px);
    }
    
    .mobile-text-carousel {
        padding-top: 50px !important;
    }
    
    @media(max-width:576px) {
        .mobile-text-carousel {
            padding-top: 0px !important;
        }
    }
    
    .mobile-s-img {
        width: 55%;
        position: absolute;
        bottom: -8px;
        right: -15px;
        z-index: -9;
        opacity: 0.3;
    }
    
    #colmacTestim {
        overscroll-behavior: contain;
        touch-action: pan-y;
        /* let JS decide when to actually pan */
    }
    
    @media (max-width: 600px) {
        .service-cta {
            text-align: center;
            padding: 20px 15px;
        }
        .service-cta .para-black {
            font-size: 15px;
            line-height: 1.7;
            margin-bottom: 18px;
        }
        .service-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            width: 100%;
            max-width: 145px;
            padding: 14px 20px;
            font-size: 15px;
            margin: 0 auto;
        }
        .service-btn i {
            font-size: 13px;
        }
    }
    
    @media (max-width: 600px) {
        .d-flex.align-items-center.justify-content-center.flex-wrap.mt-4.gap-3 {
            flex-direction: column;
            text-align: center;
            gap: 15px !important;
        }
        .d-flex.align-items-center.justify-content-center.flex-wrap.mt-4.gap-3 p {
            font-size: 16px !important;
            line-height: 1.6;
            margin-bottom: 0;
        }
        .service-btn-1 {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            width: 100%;
            max-width: 175px;
            padding: 14px 20px;
            font-size: 15px;
            margin: 0 auto;
        }
        .service-btn i {
            font-size: 13px;
        }
        /* .service-btn-1 {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            width: 100%;
            max-width: 169px;
            padding: 14px 20px;
            font-size: 15px;
            margin: 0 auto;
        } */
    }
    
    @media (min-width:1701px) and (max-width:2000px) {
        .big-screen {
            width: 614px;
        }
    }
    /* 2k Screen  */
    
    @media (min-width:2001px) and (max-width:3000px) {
        .big-screen {
            width: 614px;
        }
    }
    /* 4k Screen  */
    
    @media (min-width:3001px) and (max-width:6000px) {
        .big-screen {
            width: 650px;
        }
    }
    
    .category-title {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 18px;
    }
    
    .category-title i {
        font-size: 42px;
        color: #38BDF8;
        background: rgba(255, 255, 255, .08);
        width: 70px;
        height: 70px;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, .12);
        backdrop-filter: blur(10px);
    }
    
    .blur-font {
        margin: 0;
    }
    
    @media (max-width: 600px) {
        .category-title {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            flex-wrap: wrap;
            text-align: center;
        }
        .category-title i {
            width: 50px;
            height: 50px;
            font-size: 24px;
            border-radius: 12px;
        }
        .blur-font {
            font-size: 38px;
            line-height: 1.2;
            margin: 0;
        }
        .blur-bg2 {
            padding: 20px 15px;
            border-radius: 20px;
        }
        .item.cat {
            width: 100%;
        }
    }
    
    .circle-button {
        position: relative;
        width: 320px;
        height: 320px;
    }
    
    @media (max-width: 600px) {
        .circle-button {
            position: relative;
            width: 320px;
            height: 238px;
        }
    }
    
    .experience-years {
        position: absolute;
        top: 46%;
        left: 52%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
    
    @media (max-width: 600px) {
        .experience-years {
            position: absolute;
            top: 62%;
            left: 52%;
            transform: translate(-50%, -50%);
            text-align: center;
        }
    }
    
    .experience-years h2 {
        font-size: 90px;
        font-weight: 800;
        line-height: 1;
        margin: 0;
        background: linear-gradient(135deg, #93C5FD 0%, #2563EB 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-shadow: 0 4px 10px rgba(37, 99, 235, 0.25), 0 8px 20px rgba(37, 99, 235, 0.15);
    }
    
    @media (max-width: 600px) {
        .experience-years h2 {
            font-size: 100px !important;
            font-weight: 800 !important;
            line-height: 1;
            margin: 0;
            background: linear-gradient(135deg, #93C5FD 0%, #2563EB 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 4px 10px rgba(37, 99, 235, 0.25), 0 8px 20px rgba(37, 99, 235, 0.15);
        }
    }
    
    .experience-years h2 span {
        font-size: 50px;
    }
    
    .experience-years p {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #222;
    }
    
    .tags a {
        padding: 10px 18px;
        border-radius: 50px;
        white-space: nowrap;
    }
    
    @media (max-width: 700px) {
        .caption {
            text-align: center;
        }
        .bb-img {
            margin-top: -30px;
            margin-bottom: 10px;
        }
    }
    
    .quote-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 14px 32px;
        background: linear-gradient(135deg, #322792 0%, #3fb4e8 100%);
        color: #0d6efd;
        font-size: 16px;
        font-weight: 600;
        border-radius: 50px;
        text-decoration: none;
        transition: all .35s ease;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
        white-space: nowrap;
    }
    
    .quote-btn:hover {
        background: linear-gradient(270deg, #5873dc 27.31%, #1b9beb 102.56%);
        color: #fff;
        transform: translateY(-3px);
        box-shadow: 0 15px 35px rgba(13, 110, 253, .35);
    }
    
    .quote-btn i {
        transition: transform .3s ease;
    }
    
    .quote-btn:hover i {
        transform: translateX(5px);
    }
    
    .contact-row .icon {
        color: #2563eb;
    }
    
    .logo-marquee {
        width: 100%;
        overflow: hidden;
        position: relative;
        padding: 15px 0;
    }
    
    .logo-track {
        display: flex;
        align-items: center;
        width: max-content;
        animation: marquee 120s linear infinite;
    }
    
    .logo-track:hover {
        animation-play-state: paused;
    }
    
    .logo-track .item {
        flex: 0 0 auto;
        margin: 40px 50px;
    }
    
    .logo-track img {
        width: auto;
        display: block;
    }
    
    .logo-track .item {
        flex: 0 0 auto;
        margin: 0 12px;
    }
    
    .logo-track .item a {
        width: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: 1px solid transparent;
        border-radius: 12px;
        transition: all .15s ease;
    }
    
    .logo-track .item img {
        width: 200px;
        object-fit: contain;
        transition: all .5s ease;
    }
    /* .logo-track .item a:hover {
            background: #fff;
            border-color: rgba(0, 0, 0, .08);
            box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
            transform: translateY(-5px);
        } */
    
    body.dark .logo-box {
        width: 220px;
        height: 180px;
        padding: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, -0.52);
        backdrop-filter: blur(18px) saturate(180%);
        -webkit-backdrop-filter: blur(18px) saturate(180%);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-top: 1px solid rgba(255, 255, 255, 0.35);
        border-left: 1px solid rgba(255, 255, 255, 0.35);
        border-radius: 35px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.4);
        transition: all .4s ease;
    }
    
    body.dark .logo-box:hover {
        background: rgba(255, 255, 255, 0.78);
        border-color: rgba(255, 255, 255, 0.35);
        transform: translateY(-6px);
        /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18), inset 0 1px 2px rgba(255, 255, 255, 0.35); */
    }
    
    body.light .logo-box {
        width: 220px;
        height: 180px;
        padding: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(190, 190, 190, 0.58);
        backdrop-filter: blur(18px) saturate(180%);
        -webkit-backdrop-filter: blur(18px) saturate(180%);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-top: 1px solid rgba(255, 255, 255, 0.35);
        border-left: 1px solid rgba(255, 255, 255, 0.35);
        border-radius: 35px;
        /* box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.4); */
        transition: all .4s ease;
    }
    
    body.light .logo-box:hover {
        background: rgba(205, 205, 205, 1.48);
        border-color: rgba(255, 255, 255, 0.35);
        transform: translateY(-6px);
        box-shadow: none;
    }
    
    .logo-box img {
        width: auto;
        height: auto;
        object-fit: contain;
    }
    /* .logo-box:hover {
        background: #ffffff;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    } */
    
    .logo-track .item a:hover img {
        transform: scale(1.05);
    }
    
    @keyframes marquee {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(-50%);
        }
    }
    
    @media (max-width:768px) {
        .logo-track .item {
            margin: 0 18px;
        }
    }
    
    .arrow-svg {
        transition: 0.3s;
        filter: brightness(0) invert(1);
        /* Black */
        font-weight: 700;
        /* Bold */
    }
    /* Active accordion */
    
    .accordion-button:not(.collapsed) .arrow-svg {
        /* White */
        filter: brightness(0) invert(1);
        font-weight: 700;
        /* Bold */
    }
    
    .arrow-svg-1 {
        transition: 0.3s;
        filter: brightness(0);
        /* Black */
    }
    /* Active accordion */
    
    .accordion-button:not(.collapsed) .arrow-svg-1 {
        /* White */
        filter: brightness(0);
    }
    
    body.dark .arrow-svg-1 {
        transition: 0.3s;
        filter: brightness(0) invert(1);
        /* Black */
    }
    /* Active accordion */
    
    body.dark .accordion-button:not(.collapsed) .arrow-svg-1 {
        /* White */
        filter: brightness(0) invert(1);
    }
    
    .ano {
        gap: 11px;
    }
    
    @media (max-width: 600px) {
        .uop {
            text-align: center;
        }
    }
    /*==========================================
        AGILE PROCESS SECTION
==========================================*/
    
    .agile-process {
        position: relative;
        padding: 70px 0 15px;
        overflow: hidden;
        background: #fff;
    }
    
    .agile-process::before {
        content: "";
        position: absolute;
        width: 550px;
        height: 550px;
        left: -200px;
        top: 214px;
        background: radial-gradient(circle, rgba(0, 155, 255, .12) 0%, transparent 70%);
        pointer-events: none;
    }
    
    .agile-process::after {
        content: "";
        position: absolute;
        width: 500px;
        height: 500px;
        right: -198px;
        bottom: 10px;
        background: radial-gradient(circle, rgba(0, 155, 255, .08) 0%, transparent 70%);
        pointer-events: none;
    }
    /*==========================================
        SECTION HEADING
==========================================*/
    
    .agile-process .sub-title {
        display: inline-block;
        padding: 8px 24px;
        border-radius: 40px;
        background: #eef7ff;
        color: #009bff;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    
    .agile-process .section-head h2 {
        font-size: 46px;
        font-weight: 700;
        color: #1c2434;
        margin-bottom: 20px;
    }
    
    .agile-process .section-head p {
        color: #667085;
        max-width: 700px;
        margin: auto;
        line-height: 30px;
    }
    /*==========================================
            CARD
==========================================*/
    
    .process-card {
        position: relative;
        background: #fff;
        border-radius: 25px;
        padding: 45px;
        height: 100%;
        border: 1px solid #e7eef7;
        overflow: hidden;
        transition: .35s;
        box-shadow: 0 15px 40px rgba(16, 24, 40, .08);
    }
    
    .process-card:hover {
        transform: translateY(-10px);
        border-color: #009bff;
        box-shadow: 0 25px 60px rgba(0, 155, 255, .18);
    }
    /* Decorative Circle */
    
    .process-card::before {
        content: "";
        position: absolute;
        right: -80px;
        top: -80px;
        width: 180px;
        height: 180px;
        background: linear-gradient(135deg, #009bff, #49c7ff);
        border-radius: 50%;
        opacity: .08;
    }
    
    .process-card::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0%;
        height: 4px;
        background: linear-gradient(90deg, #009bff, #00d4ff);
        transition: .4s;
    }
    
    .process-card:hover::after {
        width: 100%;
    }
    /*==========================================
        ICON BOX
==========================================*/
    
    .process-icon {
        width: 75px;
        height: 75px;
        border-radius: 18px;
        background: linear-gradient(135deg, #009bff, #00d4ff);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 30px;
        box-shadow: 0 15px 35px rgba(0, 155, 255, .25);
    }
    /*==========================================
        STEP NUMBER
==========================================*/
    
    .step-number {
        position: absolute;
        right: 30px;
        top: 20px;
        font-size: 72px;
        font-weight: 800;
        color: #edf6fd;
        line-height: 1;
    }
    /*==========================================
        TITLE
==========================================*/
    
    .process-card h3 {
        margin-top: 25px;
        margin-bottom: 18px;
        color: #111827;
        font-size: 34px;
        font-weight: 700;
    }
    /*==========================================
        DURATION
==========================================*/
    
    .duration {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #64748b;
        margin-bottom: 30px;
        font-size: 16px;
    }
    
    .duration i {
        color: #009bff;
    }
    
    .duration strong {
        color: #009bff;
    }
    /*==========================================
        SPRINT LIST
==========================================*/
    
    .process-list {
        padding: 0;
        margin: 0;
    }
    
    .process-list li {
        list-style: none;
        display: flex;
        align-items: center;
        margin-bottom: 18px;
        color: #344054;
        font-size: 17px;
        font-weight: 500;
    }
    
    .process-list li i {
        color: #22c55e;
        font-size: 18px;
        margin-right: 12px;
    }
    /*==========================================
        SCRUM LIST
==========================================*/
    
    .scrum-list {
        padding: 0;
        margin: 0;
        counter-reset: item;
    }
    
    .scrum-list li {
        list-style: none;
        position: relative;
        padding-left: 48px;
        margin-bottom: 18px;
        color: #344054;
        line-height: 28px;
        font-size: 17px;
    }
    
    .scrum-list li::before {
        counter-increment: item;
        content: counter(item);
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: linear-gradient(135deg, #009bff, #00d4ff);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 700;
    }
    /*==========================================
        HOVER EFFECT
==========================================*/
    
    .process-card:hover .process-icon {
        transform: rotate(-8deg) scale(1.08);
        transition: .35s;
    }
    
    .process-card:hover .step-number {
        color: rgba(0, 155, 255, .15);
    }
    /*==========================================
        RESPONSIVE
==========================================*/
    
    @media (max-width:1200px) {
        .process-card {
            padding: 40px;
        }
        .process-card h3 {
            font-size: 30px;
        }
    }
    
    @media (max-width:991px) {
        .agile-process {
            padding: 90px 0;
        }
        .process-card {
            margin-bottom: 30px;
        }
        .agile-process .section-head h2 {
            font-size: 38px;
        }
    }
    
    @media (max-width:767px) {
        .agile-process {
            padding: 50px 0 0;
        }
        .process-card {
            padding: 30px;
            border-radius: 20px;
        }
        .process-card h3 {
            font-size: 26px;
        }
        .process-list li,
        .scrum-list li {
            font-size: 16px;
        }
        .process-icon {
            width: 65px;
            height: 65px;
            font-size: 24px;
        }
        .step-number {
            font-size: 55px;
        }
        .agile-process .section-head h2 {
            font-size: 32px;
        }
    }
    
    @media (max-width:575px) {
        .process-card {
            padding: 25px;
        }
        .process-card h3 {
            font-size: 24px;
        }
        .step-number {
            display: none;
        }
        .duration {
            font-size: 15px;
        }
        .process-list li,
        .scrum-list li {
            font-size: 15px;
            line-height: 24px;
        }
        .agile-process .section-head h2 {
            font-size: 28px;
        }
        .agile-process .section-head p {
            font-size: 15px;
            line-height: 28px;
        }
    }
    /*==========================
    PROCESS CARD
===========================*/
    /* .item {
        position: relative;
        overflow: hidden;
        border-radius: 24px;
        transition: all .4s ease;
        padding: 35px 30px;
        z-index: 1;
    }
    
    .item:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 45px rgba(0, 0, 0, .12);
    } */
    
    Process Number .process-count {
        position: absolute;
        top: 16px;
        right: 18px;
        font-size: 64px;
        font-weight: 900;
        line-height: 1;
        color: #6CC5FF;
        -webkit-text-stroke: 2px rgba(255, 255, 255, .22);
        z-index: 0;
    }
    
    .process-count-1 {
        position: absolute;
        top: 16px;
        right: 18px;
        font-size: 64px;
        font-weight: 900;
        line-height: 1;
        color: #051724;
        -webkit-text-stroke: 2px rgba(255, 255, 255, .22);
        z-index: 0;
    }
    
    .process-count-2 {
        position: absolute;
        top: 16px;
        right: 18px;
        font-size: 64px;
        font-weight: 900;
        line-height: 1;
        color: #b9c1c7;
        -webkit-text-stroke: 2px rgba(255, 255, 255, .22);
        z-index: 0;
    }
    /* .item:not(.main-colorbg) .process-count {
        -webkit-text-stroke: 2px rgba(11, 99, 206, .18);
    } */
    
    .main-colorbg .process-count {
        -webkit-text-stroke: 2px rgba(255, 255, 255, .28);
    }
    /* Dark Cards */
    
    .dark-card .process-count {
        color: rgba(255, 255, 255, .10);
    }
    /* Hover Effect */
    
    .item:hover .process-count {
        transform: scale(1.08);
        opacity: .22;
    }
    /* Keep Content Above */
    
    .item .w-60px,
    .item h6,
    .item p {
        position: relative;
        z-index: 2;
    }
    /* Icon */
    
    .item .w-60px img {
        transition: .35s;
    }
    
    .item:hover .w-60px img {
        transform: scale(1.08) rotate(-4deg);
    }
    /* Mobile */
    
    @media(max-width:767px) {
        /*.item {*/
        /*    padding: 30px 22px;*/
        /*}*/
        .process-count {
            font-size: 78px;
            top: 18px;
            right: 32px;
        }
    }
    
    @media(max-width:767px) {
        .mk {
            font-size: 13px;
        }
    }